libs/libs.mk: Remove the need for $(PKG_CONFIG_INST)
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 15 Aug 2022 06:55:34 +0000 (08:55 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 15 Aug 2022 06:55:34 +0000 (08:55 +0200)
commit5e49cfcaf03180209b5be79093349c1abd0d0269
treedcad3094c1faddd830be70b851e42e43bfce8c1e
parentcccced3434dc68595941d26d0b6b79ccf2e953f8
libs/libs.mk: Remove the need for $(PKG_CONFIG_INST)

We can simply use $(PKG_CONFIG) to set the parameters, and add it to
$(TARGETS) as necessary.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>
tools/libs/libs.mk